Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGridDetailProvider<TItem> Class / ShowDetail Method
The index of the original row.


In This Topic
    ShowDetail Method
    In This Topic
    Shows the detail row.
    Syntax
    'Declaration
     
    
    Public Sub ShowDetail( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As FlexGridDetailProvider(Of TItem)
    Dim index As Integer
     
    instance.ShowDetail(index)
    public void ShowDetail( 
       int index
    )

    Parameters

    index
    The index of the original row.
    See Also